CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - edge detection opencv

搜索资源列表

  1. License Plate

    1下载:
  2. 通过灰度化、分段灰度拉伸、中值滤波、边缘检测和二值化等方式对车牌图像进行预处理,然后基于灰阶跳变定位车牌。-By gray, fractional gray stretch, median filtering, edge detection and binarization, etc. on the license plate image is preprocessed, and then jump on gray positioning plate.
  3. 所属分类:图形图象

    • 发布日期:2013-01-31
    • 文件大小:5528427
    • 提供者:沈静
  1. canny

    0下载:
  2. opencv canny边缘检测,效果还不错,只是要选用背景干扰不大的图像-opencv canny edge detection, the results were good, but not to use the image background interference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1370888
    • 提供者:yangfan
  1. OpenCV_Examples_Part_2_Source_Code

    0下载:
  2. opencv programs for erode ,cilate,edge detection corner detection
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:14765
    • 提供者:ghilli
  1. CannyEdgeDetection

    1下载:
  2. vs2005下用opencv写的sobel,canny,prewitt边缘检测程序。-vs2005 using opencv written under the sobel, canny, prewitt edge detection procedure.
  3. 所属分类:OpenCV

    • 发布日期:2016-05-13
    • 文件大小:1982
    • 提供者:dangxuyong
  1. bianyuanjiance

    0下载:
  2. OPENCV的边缘检测处理-OPENCV edge detection processing. . . . . . . . . .
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:916
    • 提供者:DH
  1. OpenCV_Canny_test

    0下载:
  2. 用Visual C++ 调用OpenCV 实现Canny边缘检测-Canny edge detection opencv implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1809787
    • 提供者:Wang Tingting
  1. cannyedge

    0下载:
  2. this canny edge detection code using opencv-this is canny edge detection code using opencv
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:781
    • 提供者:adfda
  1. edge

    0下载:
  2. 利用opencv库编的边缘检测例子代码,来源opencv教程-Opencv library compiled using edge detection example code, source opencv tutorial
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:84921
    • 提供者:liugui
  1. RGB_Gray_Canny

    0下载:
  2. OpenCV实现图像的灰度化,并采用Canny实现灰度图像的边缘检测!-OpenCV for image gradation and gray-scale image using Canny edge detection to achieve!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:3033522
    • 提供者:yao
  1. EdgeDetectionOnCE

    1下载:
  2. 基于wince平台下,Opencv应用的边缘检测的例子-Based on wince platform, Opencv example of the application of edge detection
  3. 所属分类:Windows CE

    • 发布日期:2015-10-19
    • 文件大小:7916544
    • 提供者:chenpeng
  1. OpenCV-example-code

    0下载:
  2. 利用OpenCV实现的大量图像处理的算法,包括人脸识别、边缘检测等,对刚开始学习图像处理的人非常有帮助。-Using OpenCV to achieve a large number of image processing algorithms, including face recognition, edge detection, image processing of just beginning to learn who is very helpful.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1799746
    • 提供者:jiangchao
  1. opencv

    0下载:
  2. opencv 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果-opencv from camera or AVI file to get video streaming, video stream edge detection, and output
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4890691
    • 提供者:aniu
  1. EdgeSobel

    0下载:
  2. opencv实现边缘检测,visual c++ 6.0 实现-achieve edge detection opencv, visual c++ 6.0 implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2434285
    • 提供者:kevin
  1. opencv

    0下载:
  2. 用opencv实现的一个图像边缘检测的程序。-With opencv image edge detection procedure.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4169555
    • 提供者:harry
  1. opencv

    0下载:
  2. 首先关于图像处理软件opencv进行总的介绍,然后分别对其中的人脸检测原理、计算机视觉、Harr特征级联表、非固定大小目标检测步骤、拉普拉斯边缘检测及opencv的其他特性作了一定的介绍-General introduction to the first image processing software opencv face detection principle, computer vision, Harr, characteristics of cascade table, fixed-
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1086808
    • 提供者:石磊
  1. edge

    0下载:
  2. 利用OpenCV进行边缘检测,实验中用的是Canny算子性能,低误差率、高定位精度和抑制虚假边缘。-OpenCV for edge detection, the experiments using the Canny operator performance, low error rates, high positioning accuracy and suppress false edges.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:637
    • 提供者:cengjing
  1. Canny

    0下载:
  2. opencv学习——canny边缘检测源程序 通过此程序学习如何用opencv编写canny边缘检测程序 是学习opencv的捷径所在-opencv learning- canny edge detection opencv source to learn through this program to learn how to write with opencv canny edge detection program shortcuts where
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:1566312
    • 提供者:张峰
  1. Capture

    0下载:
  2. 这是一个在VC6.0用opencv语言实现从摄像头或者AVI文件捕捉视频流并进行边缘检测的程序-This is a VC6.0 capture video stream from the camera or AVI file, and edge detection opencv language program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:1087
    • 提供者:刘翠凤
  1. sobel

    0下载:
  2. 索贝尔算子边缘检测 opencv实现 入门专用-Sobel operator edge detection opencv entry dedicated
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4475084
    • 提供者:aaltonen
  1. edge

    0下载:
  2. This sample demonstrates OpenCV function of Canny edge detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:873
    • 提供者:王新华
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com